PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / set Method
Index of element to set.
Item to set in the array
In This Topic
    set Method
    In This Topic
    Sets the element at the specified index.
    Syntax
    public void set( 
       int index,
       PDFCosObject item
    )

    Parameters

    index
    Index of element to set.
    item
    Item to set in the array
    Exceptions
    ExceptionDescription
    Thrown when the item is null
    See Also